Ink Attributes
Each ink object has a set of ink attributes, defined in the gxInkAttributes enumeration. The attributes specify how to handle dithering and halftoning.
enum gxInkAttributes{ gxPortAlignDitherInk = 0x0001, gxForceDitherInk = 0x0002, gxSuppressDitherInk = 0x0004, gxSuppressHalftoneInk= 0x0008 }; typedef long gxInkAttribute;The individual ink attributes are described in the section "Ink Attributes" beginning on page 5-9.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help